From 2f6f5d6f51d2aad295d7cf2503c197d1c2f435d6 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Thu, 10 Apr 2014 02:43:08 +0000 Subject: [PATCH] Busy work updating copyright dates (which are better enforced through SVN) and updated email address throughout. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4799 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/bend.cc | 2 +- gpsbabel/bushnell.cc | 2 +- gpsbabel/bushnell_trl.cc | 2 +- gpsbabel/csv_util.h | 1 + gpsbabel/delgpl.cc | 2 +- gpsbabel/dg-100.cc | 2 +- gpsbabel/discard.cc | 2 +- gpsbabel/easygps.cc | 2 +- gpsbabel/filter_skeleton.cc | 2 +- gpsbabel/format_skeleton.cc | 2 +- gpsbabel/garmin.cc | 2 +- gpsbabel/garmin_device_xml.cc | 2 +- gpsbabel/garmin_device_xml.h | 2 +- gpsbabel/garmin_fit.cc | 2 +- gpsbabel/garmin_fs.h | 1 + gpsbabel/garmin_gpi.cc | 2 +- gpsbabel/garmin_tables.cc | 2 +- gpsbabel/garmin_tables.h | 2 +- gpsbabel/garmin_xt.cc | 2 +- gpsbabel/gbser.cc | 2 +- gpsbabel/gbser.h | 2 +- gpsbabel/gbser_posix.cc | 2 +- gpsbabel/gbser_private.h | 2 +- gpsbabel/gbser_win.cc | 2 +- gpsbabel/gbsleep.cc | 2 +- gpsbabel/gdb.cc | 2 +- gpsbabel/geo.cc | 2 +- gpsbabel/globals.cc | 2 +- gpsbabel/glogbook.cc | 2 +- gpsbabel/googledir.cc | 2 +- gpsbabel/gopal.cc | 2 +- gpsbabel/gpssim.cc | 2 +- gpsbabel/gpsutil.cc | 2 +- gpsbabel/grtcirc.cc | 2 +- gpsbabel/grtcirc.h | 2 +- gpsbabel/gtrnctr.cc | 2 +- gpsbabel/height.h | 2 +- gpsbabel/hiketech.cc | 2 +- gpsbabel/html.cc | 2 +- gpsbabel/humminbird.cc | 2 +- gpsbabel/interpolate.cc | 2 +- gpsbabel/itracku.cc | 2 +- gpsbabel/jogmap.cc | 2 +- gpsbabel/kml.cc | 2 +- gpsbabel/lmx.cc | 2 +- gpsbabel/lowranceusr.cc | 2 +- gpsbabel/lowranceusr4.cc | 2 +- gpsbabel/maggeo.cc | 2 +- gpsbabel/magproto.cc | 2 +- gpsbabel/main.cc | 2 +- gpsbabel/mapbar_track.cc | 2 +- gpsbabel/mapsend.cc | 2 +- gpsbabel/mapsource.cc | 2 +- gpsbabel/mkshort.cc | 2 +- gpsbabel/navicache.cc | 2 +- gpsbabel/netstumbler.cc | 2 +- gpsbabel/nmea.cc | 2 +- gpsbabel/nukedata.cc | 2 +- gpsbabel/ozi.cc | 2 +- gpsbabel/pcx.cc | 2 +- gpsbabel/polygon.cc | 2 +- gpsbabel/position.cc | 2 +- gpsbabel/queue.cc | 2 +- gpsbabel/radius.cc | 2 +- gpsbabel/reverse_route.cc | 2 +- gpsbabel/rgbcolors.cc | 2 +- gpsbabel/route.cc | 2 +- gpsbabel/sbn.cc | 2 +- gpsbabel/sbp.cc | 2 +- gpsbabel/shape.cc | 2 +- gpsbabel/sort.cc | 2 +- gpsbabel/stackfilter.cc | 2 +- gpsbabel/tomtom.cc | 2 +- gpsbabel/trackfilter.cc | 2 +- gpsbabel/unicsv.cc | 2 +- gpsbabel/units.cc | 2 +- gpsbabel/util.cc | 2 +- gpsbabel/util_crc.cc | 2 +- gpsbabel/validate.cc | 2 +- gpsbabel/vcf.cc | 2 +- gpsbabel/vecs.cc | 2 +- gpsbabel/vpl.cc | 2 +- gpsbabel/waypt.cc | 2 +- gpsbabel/wintec_tes.cc | 2 +- gpsbabel/xmlgeneric.cc | 2 +- gpsbabel/yahoo.cc | 2 +- 86 files changed, 86 insertions(+), 84 deletions(-) diff --git a/gpsbabel/bend.cc b/gpsbabel/bend.cc index 290d248a8..15d89c7ba 100644 --- a/gpsbabel/bend.cc +++ b/gpsbabel/bend.cc @@ -2,7 +2,7 @@ Add route points before and after a bend. Copyright (C) 2011 Fernando Arbeiza, fernando.arbeiza@gmail.com - Copyright (C) 2011 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2011 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/bushnell.cc b/gpsbabel/bushnell.cc index ce71d63b9..a131cea7a 100644 --- a/gpsbabel/bushnell.cc +++ b/gpsbabel/bushnell.cc @@ -1,7 +1,7 @@ /* Read and write Bushnell files. - Copyright (C) 2008, 2009 Robert Lipe (robertlipe@gpsbabel.org) + Copyright (C) 2008, 2009 Robert Lipe (robertlipe+source@gpsbabel.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/bushnell_trl.cc b/gpsbabel/bushnell_trl.cc index e13eaccf5..31f6c3d5b 100644 --- a/gpsbabel/bushnell_trl.cc +++ b/gpsbabel/bushnell_trl.cc @@ -1,7 +1,7 @@ /* Read and write Bushnell trail *.trl files. - Copyright (C) 2009 Robert Lipe (robertlipe@gpsbabel.org) + Copyright (C) 2009 Robert Lipe (robertlipe+source@gpsbabel.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/csv_util.h b/gpsbabel/csv_util.h index 87c98a61b..25d8db367 100644 --- a/gpsbabel/csv_util.h +++ b/gpsbabel/csv_util.h @@ -1,5 +1,6 @@ /* Copyright (C) 2002 Alex Mottram (geo_alexm at cox-internet.com) + Copyright (C) 2002-2014 Robert Lipe This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/delgpl.cc b/gpsbabel/delgpl.cc index 18a2d802a..e62f67101 100644 --- a/gpsbabel/delgpl.cc +++ b/gpsbabel/delgpl.cc @@ -1,7 +1,7 @@ /* DeLorme GPL Track Format. - Copyright (C) 2003, 2009 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2003, 2009 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/dg-100.cc b/gpsbabel/dg-100.cc index 948c81a6b..f0c509282 100644 --- a/gpsbabel/dg-100.cc +++ b/gpsbabel/dg-100.cc @@ -3,7 +3,7 @@ GlobalSat DG-100 GPS data logger download. Copyright (C) 2007 Mirko Parthey, mirko.parthey@informatik.tu-chemnitz.de - Copyright (C) 2005-2008 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2005-2008 Robert Lipe, robertlipe+source@gpsbabel.org Copyright (C) 2012 Nicolas Boullis, nboullis@debian.org This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/discard.cc b/gpsbabel/discard.cc index 6b99c39a1..7ed1d20f2 100644 --- a/gpsbabel/discard.cc +++ b/gpsbabel/discard.cc @@ -1,7 +1,7 @@ /* Discard points based on high Degree of Precision (DOP) values. - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/easygps.cc b/gpsbabel/easygps.cc index 49ecea6c6..90fbd8ebd 100644 --- a/gpsbabel/easygps.cc +++ b/gpsbabel/easygps.cc @@ -1,7 +1,7 @@ /* Access to EasyGPS files. - Copyright (C) 2003 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/filter_skeleton.cc b/gpsbabel/filter_skeleton.cc index 0066f8943..be4535054 100644 --- a/gpsbabel/filter_skeleton.cc +++ b/gpsbabel/filter_skeleton.cc @@ -9,7 +9,7 @@ filter_vecs and finally add complying statements to Makefile. Copyright (C) YYYY John Doe, anybody@wherever.com - Copyright (C) 2001-YYYY Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2001-YYYY Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/format_skeleton.cc b/gpsbabel/format_skeleton.cc index 28db1451e..71e4537eb 100644 --- a/gpsbabel/format_skeleton.cc +++ b/gpsbabel/format_skeleton.cc @@ -18,7 +18,7 @@ OSes and hardware to exercise your module. Copyright (C) YYYY John Doe, anybody@wherever.com - Copyright (C) 2001-YYYY Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2001-YYYY Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin.cc b/gpsbabel/garmin.cc index e005f553c..d2489fbff 100644 --- a/gpsbabel/garmin.cc +++ b/gpsbabel/garmin.cc @@ -1,7 +1,7 @@ /* Jeeps wrapper for Garmin serial protocol. - Copyright (C) 2002, 2003, 2004, 2005, 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002, 2003, 2004, 2005, 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_device_xml.cc b/gpsbabel/garmin_device_xml.cc index 3157ba7fc..306a38704 100644 --- a/gpsbabel/garmin_device_xml.cc +++ b/gpsbabel/garmin_device_xml.cc @@ -2,7 +2,7 @@ Parse 'GarminDevice.xml' on a Garmin mass storage device (e.g. Zumo, Nuvi, Colorado, etc. and return key device info. - Copyright (C) 2008 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2008 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_device_xml.h b/gpsbabel/garmin_device_xml.h index 29f0e0964..067d44a76 100644 --- a/gpsbabel/garmin_device_xml.h +++ b/gpsbabel/garmin_device_xml.h @@ -2,7 +2,7 @@ Parse 'GarminDevice.xml' on a Garmin mass storage device (e.g. Zumo, Nuvi, Colorado, etc. and return key device info. - Copyright (C) 2008 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2008-2014 Robert Lipe This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_fit.cc b/gpsbabel/garmin_fit.cc index 8370acb05..46b267571 100644 --- a/gpsbabel/garmin_fit.cc +++ b/gpsbabel/garmin_fit.cc @@ -3,7 +3,7 @@ Support for FIT track files. Copyright (C) 2011 Paul Brook, paul@nowt.org - Copyright (C) 2003-2011 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2003-2011 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_fs.h b/gpsbabel/garmin_fs.h index 42c4a6c8e..182e2bd71 100644 --- a/gpsbabel/garmin_fs.h +++ b/gpsbabel/garmin_fs.h @@ -3,6 +3,7 @@ Implementation of special data used by Garmin products. Copyright (C) 2006 Olaf Klein, o.b.klein@gpsbabel.org + Copyright (C) 2006-2014 Robert Lipe, robertlipe@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_gpi.cc b/gpsbabel/garmin_gpi.cc index 720a09f86..253b8cf32 100644 --- a/gpsbabel/garmin_gpi.cc +++ b/gpsbabel/garmin_gpi.cc @@ -3,7 +3,7 @@ Support for Garmin Points of Interest (.gpi files) Copyright (C) 2007 Olaf Klein, o.b.klein@gpsbabel.org - Copyright (C) 2007-2012 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2007-2012 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_tables.cc b/gpsbabel/garmin_tables.cc index 3bd09f0e9..cd48db6cc 100644 --- a/gpsbabel/garmin_tables.cc +++ b/gpsbabel/garmin_tables.cc @@ -3,7 +3,7 @@ Based on information provided by Ian Cowley, Sigurd Humerfelt, and Garmin MapSource - Copyright (C) 2003-2007 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003-2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_tables.h b/gpsbabel/garmin_tables.h index 4be38ee7a..b3069495c 100644 --- a/gpsbabel/garmin_tables.h +++ b/gpsbabel/garmin_tables.h @@ -3,7 +3,7 @@ Based on information provided by Ian Cowley, Sigurd Humerfelt, and Garmin MapSource - Copyright (C) 2003 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003-2014 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/garmin_xt.cc b/gpsbabel/garmin_xt.cc index 677fc4dba..fe067f553 100644 --- a/gpsbabel/garmin_xt.cc +++ b/gpsbabel/garmin_xt.cc @@ -5,7 +5,7 @@ GMXT2GPX ( http://www.geocaching.hu/users.geo?id=9508 ; http://sites.google.com/site/jekaeff/eng-1 ) The original code written in Pascal and does not include specific License, however on the project webpage it is said to be OpenSource/Libre software - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbser.cc b/gpsbabel/gbser.cc index cecaa6c72..f24f4e2a8 100644 --- a/gpsbabel/gbser.cc +++ b/gpsbabel/gbser.cc @@ -1,7 +1,7 @@ /* Serial interface - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbser.h b/gpsbabel/gbser.h index 55e53eb23..6730be9ee 100644 --- a/gpsbabel/gbser.h +++ b/gpsbabel/gbser.h @@ -1,7 +1,7 @@ /* OS Abstraction for serial interface. - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006-2014 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbser_posix.cc b/gpsbabel/gbser_posix.cc index ed9fcd6b7..b4939b095 100644 --- a/gpsbabel/gbser_posix.cc +++ b/gpsbabel/gbser_posix.cc @@ -1,7 +1,7 @@ /* Serial interface for POSIX tty handling. - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbser_private.h b/gpsbabel/gbser_private.h index 01f46e6b4..3c331ce51 100644 --- a/gpsbabel/gbser_private.h +++ b/gpsbabel/gbser_private.h @@ -1,7 +1,7 @@ /* Serial interface - private header for gbser*.c - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006-2014 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbser_win.cc b/gpsbabel/gbser_win.cc index b14b51f60..d5a28cd32 100644 --- a/gpsbabel/gbser_win.cc +++ b/gpsbabel/gbser_win.cc @@ -1,7 +1,7 @@ /* Serial interface - Windows layer. - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gbsleep.cc b/gpsbabel/gbsleep.cc index 5a26dffec..7a97a915f 100644 --- a/gpsbabel/gbsleep.cc +++ b/gpsbabel/gbsleep.cc @@ -1,7 +1,7 @@ /* OS abstraction to sleep a given number of milliseconds. - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gdb.cc b/gpsbabel/gdb.cc index db5f3d12f..05192504a 100644 --- a/gpsbabel/gdb.cc +++ b/gpsbabel/gdb.cc @@ -3,7 +3,7 @@ Copyright (C) 2005-2008 Olaf Klein, o.b.klein@gpsbabel.org Mainly based on mapsource.c, - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/geo.cc b/gpsbabel/geo.cc index f86548f33..dc57f5ad1 100644 --- a/gpsbabel/geo.cc +++ b/gpsbabel/geo.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/globals.cc b/gpsbabel/globals.cc index f3580071a..f3e7f1707 100644 --- a/gpsbabel/globals.cc +++ b/gpsbabel/globals.cc @@ -1,7 +1,7 @@ /* Global data for GPSBabel. - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/glogbook.cc b/gpsbabel/glogbook.cc index 97d5dfc68..b22e6e094 100644 --- a/gpsbabel/glogbook.cc +++ b/gpsbabel/glogbook.cc @@ -1,7 +1,7 @@ /* Access Garmin Logbook (Forerunner/Foretracker) data files. - Copyright (C) 2004, 2005, 2006, 2007 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2004, 2005, 2006, 2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/googledir.cc b/gpsbabel/googledir.cc index d95cc321b..819c3d001 100644 --- a/gpsbabel/googledir.cc +++ b/gpsbabel/googledir.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org Copyright (C) 2012 Guilhem Bonnefille, guilhem.bonnefille@gmail.com This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/gopal.cc b/gpsbabel/gopal.cc index e8ce026e0..3bdb511fd 100644 --- a/gpsbabel/gopal.cc +++ b/gpsbabel/gopal.cc @@ -2,7 +2,7 @@ Copyright (C) 2008 Dr. J�rgen Neumann, Juergen.Neumann@online.de - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net (based on nmea.c) + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org (based on nmea.c) Copyright (C) 20XX probably many others from the gpsbabel development team ;-) This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/gpssim.cc b/gpsbabel/gpssim.cc index cb50e7ed6..5b0b97cc2 100644 --- a/gpsbabel/gpssim.cc +++ b/gpsbabel/gpssim.cc @@ -1,7 +1,7 @@ /* Write points to Franson Technology GpsGate simulator - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gpsutil.cc b/gpsbabel/gpsutil.cc index c50245f8f..b558abe7c 100644 --- a/gpsbabel/gpsutil.cc +++ b/gpsbabel/gpsutil.cc @@ -1,7 +1,7 @@ /* Access gpsutil files. - Copyright (C) 2002, 2003, 2004 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002, 2003, 2004 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/grtcirc.cc b/gpsbabel/grtcirc.cc index 2444a1908..f2a01599f 100644 --- a/gpsbabel/grtcirc.cc +++ b/gpsbabel/grtcirc.cc @@ -1,7 +1,7 @@ /* Great Circle utility functions - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/grtcirc.h b/gpsbabel/grtcirc.h index 7edf4f186..21a4e276e 100644 --- a/gpsbabel/grtcirc.h +++ b/gpsbabel/grtcirc.h @@ -1,7 +1,7 @@ /* Great Circle utility functions - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2014 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/gtrnctr.cc b/gpsbabel/gtrnctr.cc index 5184409fe..e30ddbbb4 100644 --- a/gpsbabel/gtrnctr.cc +++ b/gpsbabel/gtrnctr.cc @@ -1,7 +1,7 @@ /* Access Garmin Training Center (Forerunner/Foretracker/Edge) data files. - Copyright (C) 2006, 2007 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006, 2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/height.h b/gpsbabel/height.h index d09bb77c8..50d5793fd 100644 --- a/gpsbabel/height.h +++ b/gpsbabel/height.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Robert Lipe, robertlipe@usa.net + Copyright (C) 2013 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/hiketech.cc b/gpsbabel/hiketech.cc index b2668ecb6..30c218a47 100644 --- a/gpsbabel/hiketech.cc +++ b/gpsbabel/hiketech.cc @@ -1,7 +1,7 @@ /* Access Hiketech XML data files. - Copyright (C) 2004,2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2004,2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/html.cc b/gpsbabel/html.cc index a50fcfa1f..35e76638b 100644 --- a/gpsbabel/html.cc +++ b/gpsbabel/html.cc @@ -2,7 +2,7 @@ Output only format for Human Readable formats. Copyright (C) 2004 Scott Brynen, scott (at) brynen.com - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/humminbird.cc b/gpsbabel/humminbird.cc index a30157bdf..f48cfa9d5 100644 --- a/gpsbabel/humminbird.cc +++ b/gpsbabel/humminbird.cc @@ -1,7 +1,7 @@ /* Copyright (C) 2008 Björn Augustsson, oggust@gmail.com Copyright (C) 2008 Olaf Klein, o.b.klein@gpsbabel.org - Copyright (C) 2005-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2005-2013 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/interpolate.cc b/gpsbabel/interpolate.cc index 50f26595e..427a43761 100644 --- a/gpsbabel/interpolate.cc +++ b/gpsbabel/interpolate.cc @@ -1,7 +1,7 @@ /* Interpolate filter - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/itracku.cc b/gpsbabel/itracku.cc index 09fe4f831..958058591 100644 --- a/gpsbabel/itracku.cc +++ b/gpsbabel/itracku.cc @@ -1,6 +1,6 @@ /* Copyright (C) 2008 Andreas Grimme, andreas.grimme(at)gmx.net - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/jogmap.cc b/gpsbabel/jogmap.cc index c90db8bfb..ffb47fb06 100644 --- a/gpsbabel/jogmap.cc +++ b/gpsbabel/jogmap.cc @@ -2,7 +2,7 @@ Support for XML files from jogmap.de - Copyright (C) 2009 Robert Lipe robertlipe@gpsbabel.org + Copyright (C) 2009 Robert Lipe robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/kml.cc b/gpsbabel/kml.cc index 6430237bb..c331040d5 100644 --- a/gpsbabel/kml.cc +++ b/gpsbabel/kml.cc @@ -1,7 +1,7 @@ /* Support for Google Earth & Keyhole "kml" format. - Copyright (C) 2005-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2005-2013 Robert Lipe, robertlipe+source@gpsbabel.org Updates by Andrew Kirmse, akirmse at google.com This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/lmx.cc b/gpsbabel/lmx.cc index 5708f4836..c46ba9368 100644 --- a/gpsbabel/lmx.cc +++ b/gpsbabel/lmx.cc @@ -1,7 +1,7 @@ /* Access Nokia Landmark Exchange files. - Copyright (C) 2007 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/lowranceusr.cc b/gpsbabel/lowranceusr.cc index b2fc75678..2830abebe 100644 --- a/gpsbabel/lowranceusr.cc +++ b/gpsbabel/lowranceusr.cc @@ -2,7 +2,7 @@ Access to Lowrance USR files. Contributed to gpsbabel by Jason Rust (jrust at rustyparts.com) - Copyright (C) 2005, 2006, 2007, 2008 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005, 2006, 2007, 2008 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/lowranceusr4.cc b/gpsbabel/lowranceusr4.cc index 0116773f8..2ca8b0536 100644 --- a/gpsbabel/lowranceusr4.cc +++ b/gpsbabel/lowranceusr4.cc @@ -2,7 +2,7 @@ Access to Lowrance USR version 4 files. Contributed to gpsbabel by Kris Beevers (beevek at gmail.com) - Copyright (C) 2011 Robert Lipe, robertlipe@usa.net + Copyright (C) 2011 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/maggeo.cc b/gpsbabel/maggeo.cc index 1d4972516..a960d1f27 100644 --- a/gpsbabel/maggeo.cc +++ b/gpsbabel/maggeo.cc @@ -1,7 +1,7 @@ /* Magellan ".gs" files as they appear on USB of Explorist 400,500,600. - Copyright (C) 2005, 2006, 2008 robertlipe@usa.net + Copyright (C) 2005, 2006, 2008 robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/magproto.cc b/gpsbabel/magproto.cc index 55310654d..1fc5ad5cd 100644 --- a/gpsbabel/magproto.cc +++ b/gpsbabel/magproto.cc @@ -2,7 +2,7 @@ Communicate Thales/Magellan serial protocol. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2010 Robert Lipe, robertlipe@usa.net + 2008, 2010 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/main.cc b/gpsbabel/main.cc index 6d48a3afd..0e4510801 100644 --- a/gpsbabel/main.cc +++ b/gpsbabel/main.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/mapbar_track.cc b/gpsbabel/mapbar_track.cc index 4b72828fb..029ebe8c4 100644 --- a/gpsbabel/mapbar_track.cc +++ b/gpsbabel/mapbar_track.cc @@ -3,7 +3,7 @@ it's maybe can used in other demo devices of mapbar navigation Copyright (C) 2013 xiao jian cheng, azuresky.xjc@gmail.com - Copyright (C) 2001-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2001-2013 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/mapsend.cc b/gpsbabel/mapsend.cc index 6f114cadf..779241c7d 100644 --- a/gpsbabel/mapsend.cc +++ b/gpsbabel/mapsend.cc @@ -1,7 +1,7 @@ /* Access Magellan Mapsend files. - Copyright (C) 2002-2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/mapsource.cc b/gpsbabel/mapsource.cc index 3a044483a..166d51c32 100644 --- a/gpsbabel/mapsource.cc +++ b/gpsbabel/mapsource.cc @@ -2,7 +2,7 @@ Access to Garmin MapSource files. Based on information provided by Ian Cowley & Mark Bradley - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/mkshort.cc b/gpsbabel/mkshort.cc index 010b32f18..6245290a4 100644 --- a/gpsbabel/mkshort.cc +++ b/gpsbabel/mkshort.cc @@ -1,7 +1,7 @@ /* Generate unique short names. - Copyright (C) 2003, 2004, 2005, 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003, 2004, 2005, 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/navicache.cc b/gpsbabel/navicache.cc index 6ff5c4dd6..26008fdc3 100644 --- a/gpsbabel/navicache.cc +++ b/gpsbabel/navicache.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2003-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2003-2013 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/netstumbler.cc b/gpsbabel/netstumbler.cc index 82f809589..a1ece3142 100644 --- a/gpsbabel/netstumbler.cc +++ b/gpsbabel/netstumbler.cc @@ -1,7 +1,7 @@ /* Read Netstumbler data files. - Copyright (C) 2004, 2005 Robert Lipe, robertlipe@usa.net and + Copyright (C) 2004, 2005 Robert Lipe, robertlipe+source@gpsbabel.org and John Temples; gpsns@xargs.com This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/nmea.cc b/gpsbabel/nmea.cc index c673d1ada..394a90be3 100644 --- a/gpsbabel/nmea.cc +++ b/gpsbabel/nmea.cc @@ -2,7 +2,7 @@ Read files containing selected NMEA 0183 sentences. Based on information by Eino Uikkanenj - Copyright (C) 2004-2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2004-2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/nukedata.cc b/gpsbabel/nukedata.cc index 7dffca1c3..0190d9d6d 100644 --- a/gpsbabel/nukedata.cc +++ b/gpsbabel/nukedata.cc @@ -2,7 +2,7 @@ nukedata: remove all (waypoint|tracks|routes) from the stream. - Copyright (C) 2005 Robert Lipe robertlipe@usa.net + Copyright (C) 2005 Robert Lipe robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/ozi.cc b/gpsbabel/ozi.cc index 37dabc697..a98e0442a 100644 --- a/gpsbabel/ozi.cc +++ b/gpsbabel/ozi.cc @@ -4,7 +4,7 @@ As described in OziExplorer Help File - Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/pcx.cc b/gpsbabel/pcx.cc index e68e210ce..6132b714d 100644 --- a/gpsbabel/pcx.cc +++ b/gpsbabel/pcx.cc @@ -2,7 +2,7 @@ Access to Garmin PCX5 files. Format described in: http://www.garmin.com/manuals/PCX5_OwnersManual.pdf - Copyright (C) 2002-2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/polygon.cc b/gpsbabel/polygon.cc index 980d65df8..1c5f8845b 100644 --- a/gpsbabel/polygon.cc +++ b/gpsbabel/polygon.cc @@ -1,7 +1,7 @@ /* Inside/Outside polygon filter - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/position.cc b/gpsbabel/position.cc index db32f519b..998c1f43e 100644 --- a/gpsbabel/position.cc +++ b/gpsbabel/position.cc @@ -1,7 +1,7 @@ /* Distance Between Points Filter(s) - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/queue.cc b/gpsbabel/queue.cc index 76ccee647..7cbff5dd6 100644 --- a/gpsbabel/queue.cc +++ b/gpsbabel/queue.cc @@ -1,7 +1,7 @@ /* Generic queue utilities. - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/radius.cc b/gpsbabel/radius.cc index a177aad2f..ac49b023f 100644 --- a/gpsbabel/radius.cc +++ b/gpsbabel/radius.cc @@ -1,7 +1,7 @@ /* Radius Filter - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/reverse_route.cc b/gpsbabel/reverse_route.cc index 486373463..2f78601d9 100644 --- a/gpsbabel/reverse_route.cc +++ b/gpsbabel/reverse_route.cc @@ -1,7 +1,7 @@ /* Route reversal filter. - Copyright (C) 2003 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/rgbcolors.cc b/gpsbabel/rgbcolors.cc index aca6958e5..580b0e1b5 100644 --- a/gpsbabel/rgbcolors.cc +++ b/gpsbabel/rgbcolors.cc @@ -1,7 +1,7 @@ /* Color utilities. - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/route.cc b/gpsbabel/route.cc index e3cc901f6..799fb777f 100644 --- a/gpsbabel/route.cc +++ b/gpsbabel/route.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2010 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2002-2010 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/sbn.cc b/gpsbabel/sbn.cc index 06979184c..08d371043 100644 --- a/gpsbabel/sbn.cc +++ b/gpsbabel/sbn.cc @@ -2,7 +2,7 @@ Locosys NaviGPS GT-31/BGT-31 SiRF binary logging format (SBN) Copyright (C) 2008 Rodney Lorrimar - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/sbp.cc b/gpsbabel/sbp.cc index abe7f8ead..79734a4f5 100644 --- a/gpsbabel/sbp.cc +++ b/gpsbabel/sbp.cc @@ -2,7 +2,7 @@ Locosys NaviGPS GT-31/BGT-31 binary datalog format (SBP) Copyright (C) 2008 Rodney Lorrimar - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/shape.cc b/gpsbabel/shape.cc index 9c7eba7a3..b8779f0e8 100644 --- a/gpsbabel/shape.cc +++ b/gpsbabel/shape.cc @@ -2,7 +2,7 @@ ESRI shp/shx shapefiles. - Copyright (C) 2003 Robert Lipe, robertlipe@usa.net + Copyright (C) 2003 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/sort.cc b/gpsbabel/sort.cc index 5c4dc70bb..32fd6290b 100644 --- a/gpsbabel/sort.cc +++ b/gpsbabel/sort.cc @@ -1,7 +1,7 @@ /* Arbitrary Sorting Filter(s) - Copyright (C) 2004 Robert Lipe, robertlipe@usa.net + Copyright (C) 2004 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/stackfilter.cc b/gpsbabel/stackfilter.cc index de738f58d..60bdb2d9c 100644 --- a/gpsbabel/stackfilter.cc +++ b/gpsbabel/stackfilter.cc @@ -1,7 +1,7 @@ /* Stack filter - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/tomtom.cc b/gpsbabel/tomtom.cc index d035d2b2f..741391db0 100644 --- a/gpsbabel/tomtom.cc +++ b/gpsbabel/tomtom.cc @@ -2,7 +2,7 @@ Read and write TomTom .ov2 files. Copyright (C) 2005 Ronald Parker (babeltomtom@parkrrrr.com) and - Robert Lipe (robertlipe@usa.net) + Robert Lipe (robertlipe+source@gpsbabel.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/trackfilter.cc b/gpsbabel/trackfilter.cc index ed1bbf969..f1e612ae2 100644 --- a/gpsbabel/trackfilter.cc +++ b/gpsbabel/trackfilter.cc @@ -1,7 +1,7 @@ /* Track manipulation filter - Copyright (c) 2009 - 2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (c) 2009 - 2013 Robert Lipe, robertlipe+source@gpsbabel.org Copyright (C) 2005-2006 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/unicsv.cc b/gpsbabel/unicsv.cc index 4a5dc8c21..d26f430bf 100644 --- a/gpsbabel/unicsv.cc +++ b/gpsbabel/unicsv.cc @@ -1,7 +1,7 @@ /* Universal CSV - support for csv files, divining field order from the header. - Copyright (C) 2006-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2006-2013 Robert Lipe, robertlipe+source@gpsbabel.org copyright (C) 2007,2008 Olaf Klein, o.b.klein@gpsbabel.org This program is free software; you can redistribute it and/or modify diff --git a/gpsbabel/units.cc b/gpsbabel/units.cc index 716a0a1b6..6f113128e 100644 --- a/gpsbabel/units.cc +++ b/gpsbabel/units.cc @@ -1,7 +1,7 @@ /* Display scaled distances in 'local' units. - Copyright (C) 2006 Robert Lipe, robertlipe@usa.net + Copyright (C) 2006 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/util.cc b/gpsbabel/util.cc index d28d36e11..ada0c5d89 100644 --- a/gpsbabel/util.cc +++ b/gpsbabel/util.cc @@ -1,7 +1,7 @@ /* Misc utilities. - Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/util_crc.cc b/gpsbabel/util_crc.cc index 1fd5a431a..895db42ad 100644 --- a/gpsbabel/util_crc.cc +++ b/gpsbabel/util_crc.cc @@ -1,7 +1,7 @@ /* Compute CRC32's. - Copyright (C) 2002, 2003, 2004 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002, 2003, 2004 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/validate.cc b/gpsbabel/validate.cc index b15a714ea..68730e06a 100644 --- a/gpsbabel/validate.cc +++ b/gpsbabel/validate.cc @@ -2,7 +2,7 @@ validate internal data structures. - Copyright (C) 2013 Robert Lipe robertlipe@usa.net + Copyright (C) 2013 Robert Lipe robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/vcf.cc b/gpsbabel/vcf.cc index a2387e13e..09343aa00 100644 --- a/gpsbabel/vcf.cc +++ b/gpsbabel/vcf.cc @@ -1,7 +1,7 @@ /* Output only format for Vcard format, VCF - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/vecs.cc b/gpsbabel/vecs.cc index 6dfb908c6..e6ed393d8 100644 --- a/gpsbabel/vecs.cc +++ b/gpsbabel/vecs.cc @@ -1,7 +1,7 @@ /* Describe vectors containing file operations. - Copyright (C) 2002, 2004, 2005, 2006, 2007 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002, 2004, 2005, 2006, 2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/vpl.cc b/gpsbabel/vpl.cc index c8fb387c3..53242c101 100644 --- a/gpsbabel/vpl.cc +++ b/gpsbabel/vpl.cc @@ -3,7 +3,7 @@ Reader for Honda/Acura (Alpine) Navigation System VP Log (VPL) files Copyright (C) 2009 Chris Tracy, gpsbabel@adiemus.org - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/waypt.cc b/gpsbabel/waypt.cc index cf76daf86..c2c022e34 100644 --- a/gpsbabel/waypt.cc +++ b/gpsbabel/waypt.cc @@ -1,7 +1,7 @@ /* Perform various operations on waypoints. - Copyright (C) 2002-2013 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2002-2013 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/wintec_tes.cc b/gpsbabel/wintec_tes.cc index 0f1f96587..b9dcbb36f 100644 --- a/gpsbabel/wintec_tes.cc +++ b/gpsbabel/wintec_tes.cc @@ -2,7 +2,7 @@ Wintec tes support. - Copyright (C) 2010 Robert Lipe, robertlipe@gpsbabel.org + Copyright (C) 2010 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/xmlgeneric.cc b/gpsbabel/xmlgeneric.cc index 05ea8134b..55696f8f2 100644 --- a/gpsbabel/xmlgeneric.cc +++ b/gpsbabel/xmlgeneric.cc @@ -1,7 +1,7 @@ /* Common utilities for XML-based formats. - Copyright (C) 2004, 2005, 2006, 2007 Robert Lipe, robertlipe@usa.net + Copyright (C) 2004, 2005, 2006, 2007 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gpsbabel/yahoo.cc b/gpsbabel/yahoo.cc index cd504e591..47823d253 100644 --- a/gpsbabel/yahoo.cc +++ b/gpsbabel/yahoo.cc @@ -1,7 +1,7 @@ /* Read Yahoo Geocoded files. - Copyright (C) 2005 Robert Lipe, robertlipe@usa.net + Copyright (C) 2005 Robert Lipe, robertlipe+source@gpsbabel.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.30.2